CS50 HTTP (Hypertext Transfer Protocol)


HTTP Hypertext Transfer Protocol

  1. In addition to protocols that dictate how information is
    communicated from machine to machine and application to application(IP and TCP, respectively),
    it is frequently the case that the application itself has a system of rules for how to
    interpret the data that was sent.

  2. HTTP is one such example of an application layer protocol,
    which specifically dictates the format by which clients request
    web pages from a server, and the format via which servers
    return information to clients.

#HTTP






你可能感興趣的文章

[18] 原生功能 Natives - Array、Object、Function、RegExp、Date、Error

[18] 原生功能 Natives - Array、Object、Function、RegExp、Date、Error

[Android] 非靜態內部類別可能造成記憶體洩漏

[Android] 非靜態內部類別可能造成記憶體洩漏

JavaScript 邏輯運算 && ( and )、| | ( or )、!( not )

JavaScript 邏輯運算 && ( and )、| | ( or )、!( not )






留言討論